Pass refresh errors from the very bottom of the loading sequence up to the top
authorFederico Mena Quintero <federico@novell.com>
Fri, 23 Jan 2009 00:54:37 +0000 (00:54 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Fri, 23 Jan 2009 00:54:37 +0000 (00:54 +0000)
commitcabc9f7f5c285cf8fd19f21c7ea4ff7c69afc85d
treef9d3895cb540f2af5cec121b98c495b332f51fdb
parent7ba4268d6b4904dc43316e072a9aa3b5212c33d9
Pass refresh errors from the very bottom of the loading sequence up to the top
(start_loading_current_folder): Check if the folder to be loaded
is non-native for the local_only=TRUE case; if so, return an error
as we are configured to load only local folders.
(reload_current_folder): Pass on errors from
start_loading_current_folder().  Tighten the preconditions, as we
are sure that we can only receive non-NULL folder-files to load.
(refresh_current_folder_and_file_part): Pass on errors from
reload_current_folder().  At the very end, assert the invariant
described above.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=22182
ChangeLog
gtk/gtkfilechooserentry.c